Customer = Struct.new(:name, :email, keyword_init: true) Customer.new(name: "John", email: "[email protected]")